Draw Gradient
Create image from gradient.
Node Data | |
---|---|
GenerateArray | |
Display name | |
Draw Gradient | |
Internal name | |
Node_Gradient | |
Inheritances | |
node | |
node_processor | |
node_gradient | |
Inputs | |
node_gradient | |
dimension |
Dimension |
gradient |
Gradient |
enum |
Type |
rotation |
Angle |
float |
Radius |
float |
Shift |
vec2 |
Center |
enum |
Loop |
surface |
Mask |
float |
Scale |
map |
Angle Map |
map |
Radius Map |
map |
Shift Map |
map |
Scale Map |
bool |
Uniform Ratio |
map |
Gradient Map |
gradientrange |
Gradient Map Range |
Outputs | |
node_gradient | |
surface |
Surface Out |
Gradient node draw gradient on to the surface. Visit Gradient for a node that output a gradient data.
Properties
Gradient
The gradient to draw.
Shift
Shift the gradient keys by a fix amount.
Scale
Scale the gradient.
Loop
Loop the keyframe back when overflowing.
Type
Types of the gradient.
Angle
Linear and Radial types only. The angle of the pattern.
Radius
Circular type only. Radius of the pattern.
Center
Center point of the pattern.
Uniform Ratio
For non-square output, whether to follows the surface aspect ratio or use uniform 1:1 ratio.